Add ClassTags to types that depend on Spark's Serializer.#334
Open
kayousterhout wants to merge 14 commits intoamplab:spark-1.0from
Open
Add ClassTags to types that depend on Spark's Serializer.#334kayousterhout wants to merge 14 commits intoamplab:spark-1.0from
kayousterhout wants to merge 14 commits intoamplab:spark-1.0from
Conversation
Bug fix: RLDecoder.hasNext may lose duplicated values
Initial commit of bringing back map join hints.
Fix the crash for map pruning when the column value is not a constant.
Avoid starting SparkContext in remote mode.
Fix the rdd recovery of table from the non-default database
This change is necessary for compatibility with Spark-1.0: commit 7eefc9d2b3f6ebc0ecb5562da7323f1e06afbb35 in Spark added ClassTags on Serializer and all dependent types.
|
Merged build triggered. |
|
Merged build started. |
Conflicts: project/SharkBuild.scala
|
Merged build finished. |
|
Refer to this link for build results: https://amplab.cs.berkeley.edu/jenkins/job/Shark-Pull-Request-Builder/12198/ |
Contributor
Author
|
@rxin do you know why this isn't working? It compiles + runs on my machine -- is Jenkins using an older version of Hive/Spark? |
|
Merged build triggered. |
|
Merged build started. |
|
Merged build finished. |
|
Refer to this link for build results: https://amplab.cs.berkeley.edu/jenkins/job/Shark-Pull-Request-Builder/12200/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This change is necessary for compatibility with Spark-1.0:
commit 7eefc9d2b3f6ebc0ecb5562da7323f1e06afbb35 in Spark
added ClassTags on Serializer and all dependent types.